home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pitsb1.zip / DS.DOC < prev    next >
Text File  |  1992-03-27  |  3KB  |  62 lines

  1.         Door Source has various Command line options here they are:
  2.  
  3.  
  4.                 LOCAL       - Forces Door Source to run in local mode. This
  5.                               is really meant for testing purposes, but it
  6.                               still reads the configuration file, but doesn't
  7.                               read the bbs interface file.
  8.                 NETWORK     - Forces file sharing to be active incase you
  9.                               are using something other than SHARE to manage
  10.                               file locking.
  11.                 IRQ=n       - Lets you change the IRQ used for the com port
  12.                               specified in the bbs interface file.
  13.                               (See below for more information)
  14.                 ADDR=&Hnnnn - Lets you change the address used for the com
  15.                               port specified in the bbs interface file.
  16.                               (See below for more information)
  17.                 PS2         - Forces the PS/2 IRQs and addresses if a PS/2
  18.                               isn't detected (Normally it is, but you can't
  19.                               always tell!)
  20.                 RBBS        - Forces Door Source into RBBS/QBBS mode
  21.                 WILDCAT     - Forces Door Source into Wildcat 2.0 mode
  22.                 DOORSYS     - Forces Door Source into 31-Line DOOR.SYS mode
  23.                 PCB121      - Forces Door Source into PCBoard 11.8/12.x mode
  24.                               with COM 1 active
  25.                 PCB122      - Forces Door Source into PCBoard 11.8/12.x mode
  26.                               with COM 2 active
  27.                 PCB14       - (DEFAULT) Forces Door Source into PCBoard 14.x
  28.                               mode
  29.  
  30.         When you use the IRQ or the ADDR option, you must include the other.
  31.         You can't use just the IRQ and not the ADDR, and you can't use just
  32.         the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  33.         and addresses for the PS/2s and IBM PCs:
  34.                                 Non PS/2
  35.                 Com port       IRQ     Address
  36.                    1             4       &H3F8
  37.                    2             3       &H2F8
  38.                    3             4       &H3E8
  39.                    4             3       &H2E8
  40.                   5-8            4       &H3F8
  41.  
  42.                                 PS/2
  43.                 Com port       IRQ     Address
  44.                    1             4       &H3F8
  45.                    2             3       &H2F8
  46.                    3             3       &H3220
  47.                    4             3       &H3228
  48.                    5             3       &H4220
  49.                    6             3       &H4228
  50.                    7             3       &H5220
  51.                    8             3       &H5228
  52.  
  53.  
  54.         An Example of my batch file is below:
  55.  
  56. pitstop ds.cfg RBBS
  57.  
  58. First is the name of the executable
  59. Second the name of the configuration file.
  60. Third Forceing the DS into RBBS/QBBS/SBBS Mode.
  61.  
  62.